projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26a7f02
)
(top-level): Don't load viper-util, viper-keym when compiling.
author
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:02:58 +0000
(21:02 +0000)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 2 Dec 2007 21:02:58 +0000
(21:02 +0000)
lisp/emulation/viper-ex.el
patch
|
blob
|
history
diff --git
a/lisp/emulation/viper-ex.el
b/lisp/emulation/viper-ex.el
index 6ea3802b62d55b1cc8cd2667313a5ce3db1e0239..ccc06e0b938b5afc796032c44f1a511663f4d77a 100644
(file)
--- a/
lisp/emulation/viper-ex.el
+++ b/
lisp/emulation/viper-ex.el
@@
-47,10
+47,6
@@
(if noninteractive
(eval-when-compile
(let ((load-path (cons (expand-file-name ".") load-path)))
- (or (featurep 'viper-util)
- (load "viper-util.el" nil t 'nosuffix))
- (or (featurep 'viper-keym)
- (load "viper-keym.el" nil t 'nosuffix))
(or (featurep 'viper-cmd)
(load "viper-cmd.el" nil t 'nosuffix))
)))